home *** CD-ROM | disk | FTP | other *** search
- Path: newsfeeds.ans.net!interaccess!thymaster!andy
- From: andy@thymaster.interaccess.com (Andy Faibishenko)
- Newsgroups: comp.lang.c++
- Subject: Re: Class variables in C++
- Date: 14 Feb 1996 22:06:48 GMT
- Organization: InterAccess, Chicago's best Internet Service Provider
- Distribution: inet
- Message-ID: <4ftmdo$ere@nntp.interaccess.com>
- References: <1996Feb14.165316@eigb> <4ft8nn$hde@philabs.research.philips.com>
- Reply-To: andy@interaccess.com
- NNTP-Posting-Host: thymaster.interaccess.com
- X-Newsreader: TIN [version 1.2 PL2]
-
- Andrew Feldman (abf@philabs.research.philips.com) wrote:
- : On Wed, 14 Feb 1996 16:53:16 GMT, you wrote:
-
- : >Hi,
-
- : >Is it possible to create a class variable (or constant) in C++ ?
- [Example Deleted]
-
- : > Laurent Guinnard
- : > guinnard@eig.unige.ch
-
-
- : Use virtual functions.
-
-
- Another solution is to use static members/methods. Many people feel that
- this is the C++ implementation of class members/methods.
-
- Andy Faibishenko
- Metamor Technologies, Ltd.
- faibisa@metamor.com
-
-
-